home *** CD-ROM | disk | FTP | other *** search
- Path: cityscape.co.uk!usenet
- From: Chris Ryan <cryan@bcs.org.uk>
- Newsgroups: comp.lang.c
- Subject: Newbie Q: C code to access Visual Basic Huge Arrays
- Date: 17 Feb 1996 21:33:40 GMT
- Organization: CityScape Internet Services
- Message-ID: <4g5hjk$e0v@news.cityscape.co.uk>
- NNTP-Posting-Host: cisgf27.demon.co.uk
-
- I'm trying to pass a multi-dimensional Visual Basic (v.3) huge
- array to a DLL written in C. I understand its not a problem
- to do this if you want to access <64k of numeric data, but
- I want to access >64k numeric data. I think after this point
- a special structure is used.
-
- Does anyone have a snippet of code to serve as an example of
- how to do this, or know what structure the huge arrays take
- after the first 64k.
-
- Many Thanks,
- Chris.
-